Cox regression, also known as proportional hazard regression, is a method to investigate the effect of one or multiple factors (i.e. gene expressions) upon the time an event of interest occurs. In this model, the effect of a unit increase in a factor is multiplicative with respect to the hazard rate.
A Cox regression analysis can be conducted by applying the following steps:
Cox Regression from Analysis tab.survival time, status variable, category value for status variable, and categorical and continuous predictors for the model.interaction terms, strata terms and time dependent covariates can be added to the model. Moreover, if there are multiple records for observations, users can specify it by clicking Multiple ID checkbox. Furthermore, once can choose model selection criteria, as AIC or p-value, model selection method, as backward, forward or stepwise, reference category, as first or last, and ties method, as Efron, Breslow or exact and change the confidence level.Run button to run the analysis.Desired outputs can be selected by clicking Outputs checkbox. Available outputs are coefficient estimates, hazard ratio, goodness of fit tests, analysis of deviance, predictions, residuals, Martingale residuals, Schoenfeld residuals and DfBetas.
A coefficient estimation table, which includes variable names, coefficient estimates and their associated standard errors, z statistics and p values, can be created.
A hazard ratio table, which includes variable names, hazard ratios and their associated lower and upper limits, can be created.
A forest plot can be created for hazard ratios to give them a visual inpection.
Fitted Cox regression model can be tested with three tests: Likelihood ratio, Wald, Score.
A deviance analysis can be conducted for each variable in the fitted model.
Predictions from the fitted model can be obtained.
Residuals from the fitted model can be obtained.
Martingale residuals from the fitted model can be obtained.
Schoenfeld residuals from the fitted model can be obtained.
DfBetas residuals from the fitted model can be obtained.
To check the proportionality assumption of Cox regression model, a proportional hazard test can be conducted both globally and for each variable in the fitted model.
Beside a formal test for proportionality assumption, a Schoenfeld plot can be created to check the assumption visually.
Another useful plot for checking proportionality assumption is log-minus-log plot. Lines should be parallel to each other to satisfy proportionality.